From 810341cf3303e2fdb3241e1aa20e4b213ff0f7d3 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 8 May 2025 16:42:42 +0300 Subject: [PATCH] sqlite3: bump to 3.50.4 Changelog: https://sqlite.org/releaselog/3_49_2.html Changelog: https://sqlite.org/releaselog/3_50_0.html Changelog: https://sqlite.org/releaselog/3_50_1.html Changelog: https://sqlite.org/releaselog/3_50_2.html Changelog: https://sqlite.org/releaselog/3_50_3.html Changelog: https://sqlite.org/releaselog/3_50_4.html Signed-off-by: George Sapkin --- libs/sqlite3/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 510489a590..1019877d54 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.49.1 -PKG_SRC_VERSION:=3490100 -PKG_RELEASE:=3 +PKG_VERSION:=3.50.4 +PKG_SRC_VERSION:=3500400 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_SRC_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sqlite.org/2025/ -PKG_HASH:=106642d8ccb36c5f7323b64e4152e9b719f7c0215acf5bfeac3d5e7f97b59254 +PKG_HASH:=a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 PKG_CPE_ID:=cpe:/a:sqlite:sqlite PKG_LICENSE:=PUBLICDOMAIN -- 2.30.2